home *** CD-ROM | disk | FTP | other *** search
/ Inside Magic / Inside Magic.iso / mac / Inside Magic™ LM / Inside Magic™ LM.dxr / 00281.ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  144 b   |  9 lines

  1. on exitFrame
  2.   global gMooVChan
  3.   if the movieTime of sprite gMooVChan <= 2535 then
  4.     go(the frame)
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.